type vendor/golang.org/x/net/idna.runeError
8 uses
vendor/golang.org/x/net/idna (current package)
idna10.0.0.go#L328: type runeError rune
idna10.0.0.go#L330: func (e runeError) code() string { return "P1" }
idna10.0.0.go#L331: func (e runeError) Error() string {
idna10.0.0.go#L445: return s, bidi, runeError(utf8.RuneError)
idna10.0.0.go#L455: return s, bidi, runeError(r)
idna10.0.0.go#L493: err = runeError(utf8.RuneError)
idna10.0.0.go#L508: err = runeError(r)
idna10.0.0.go#L636: return runeError(utf8.RuneError)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |